速報APP / 生產應用 / Oh my shortcut

Oh my shortcut

價格:免費

更新日期:2014-11-16

檔案大小:690k

目前版本:1.0.0

版本需求:Android 4.0 以上版本

官方網站:https://ukaznil.com/

Email:ukaznil@gmail.com

聯絡地址:O-berunerimasentia606, 4-12-1, Toyotamanaka, Nerima-ku, Tokyo, 176-0013, Japan

Oh my shortcut(圖1)-速報App

The usage of the "Intent" class may be the most difficult in Android app development.

I know how many times you have built your app in order to confirm how "Intent" works.

Off course, I have been troubled with the way to use "Intent", too.

// Especially, Broadcast Intent is very hard to deal with, don't you think so??

Moreover, developers you may be aware of the existence of "Hidden settings & Hidden shortcuts" on the Android platform.

You can access this SECRET by using Intent.

For example,

when you would like to see the detail of app settings(e.g. the amount of an app's data), you can arrive there via "Settings -> Apps -> an app", which costs you many steps.

As you have guessed, however, you can load there by Intent as follows.

Oh my shortcut(圖2)-速報App

/* code start */

Intent intent = new Intent("android.settings.APPLICATION_DETAILS_SETTINGS", "pacage:" + packageName);

startActivity(intent);

/* code end */

Would you like to use this secret shortcut to access all parts of Android?

Needless to say, you don't have to make many sample apps.

Instead of you, this app "Oh my shortcut" can make various shortcuts on your home screen.

All the best Development!!

□Permissions

Oh my shortcut(圖3)-速報App

None.

□Validation

This app is validated with the devices as follows.

・Nexus5 Android5.0 Lollipop

・Nexus7 Android4.4.4 KitKat

□Others

I, ZIENOC, is certified by アンドロイダー(androider, which is a private Android support company) as an developer making safe apps.

https://androider.jp/developer/0d10f000c36cb8cd0d4772f950306001/

I am writing a blog on WordPress, so there may be some (non-important) information about this app.

Oh my shortcut(圖4)-速報App

HERE!! -> http://willswillwill.com/

Oh my shortcut(圖5)-速報App